Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal AbstractSyntax As String, _ ByVal ExtendedNegotiation() As Byte, _ ByVal ParamArray TransferSyntax() As String _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public PresentationContextAttribute( string AbstractSyntax, byte[] ExtendedNegotiation, params string[] TransferSyntax ) |
C++/CLI | |
---|---|
public: PresentationContextAttribute( String^ AbstractSyntax, array<byte>^ ExtendedNegotiation, ... array<String^>^ TransferSyntax ) |
Parameters
- AbstractSyntax
- The abstract syntax.
- ExtendedNegotiation
- The extended negotiation information.
- TransferSyntax
- The list transfer syntaxes.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family